FillPolygon(PointF[],Color,FillMode) Method
In This Topic
Fills a polygon specified by an array of points, using a specified color and fill mode.
Syntax
'Declaration
Public Overloads Sub FillPolygon( _
ByVal () As System.Drawing.PointF, _
ByVal As System.Drawing.Color, _
Optional ByVal As FillMode _
)
public void FillPolygon(
System.Drawing.PointF[] ,
System.Drawing.Color ,
FillMode
)
Parameters
- points
- An array of points specifying the polygon.
- color
- The fill color.
- fillMode
- The fill mode (alternate by default).
See Also